home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / gfx / show / aMiPEG_1_1_src.readme < prev    next >
Text File  |  1998-02-07  |  5KB  |  118 lines

  1. Short:    MPEG player with support for CyberGraphX
  2. Author:   thorgal@amiga.com.pl,jtlindgr@cc.helsinki.fi,seiler@village.de
  3. Uploader: thorgal@amiga.com.pl
  4. Type:     gfx/show
  5. Replaces: aMiPEG_1.0_src.lha
  6.  
  7. ========================================================================
  8.   aMiPEG 1.1 is a player for MPEG video streams for the Commodore Amiga.
  9.   It is based upon the Berkeley X-Windows player version 2.0, with major
  10.   changes in speed and size.
  11.   Main advantages are much faster decoding of the streams compared with
  12.   other products based on the Berkeley sources, and a real-time scaling
  13.   to fit on a complete HAM screen (no thumbnail animations anymore!).
  14.   If you are using CyberGraphX software from Vision Factory Development
  15.   you can also play MPEG streams in resizeable, true color window on an
  16.   Intuition screen. Version 1.0 adds support for system-streams and
  17.   video hardware found on some gfx-boards.
  18. =========================================================================
  19.  
  20. HISTORY
  21.  
  22.   V0.1    * First public release
  23.     * Some cosmetic changes to be done.
  24.  
  25.   V0.2  * Oops, wrong ZIP code in the snail-mail address
  26.     * Bug with scaling of animations >200 pixel vertical is fixed.
  27.     * Little bit faster & tighter
  28.  
  29.   V0.3  * HAM6 rendering
  30.     * Somehow, the times got mixed up. NOW it renders to HAM8 with
  31.       6.5 fps (was 6.3) on the A4000/040 as the code is somewhat
  32.       streamlined and more parts are moved to assembler.
  33.     * Uses default public screen's mode ID now instead of default monitor's.
  34.  
  35.   V0.4  * Forgot the Multiscan monitor ID (several people mailed me about this;
  36.       really sorry guys)
  37.     * Autodetect non-AGA chipset, force HAM6 in this case
  38.     * Minor speed-up in the iDCT (in fact not worth mentioning)
  39.     * This is an intermediate release; 0.5 will contain the TODO stuff
  40.       listed down there.
  41.  
  42.   V0.5    by Miloslaw Smyk from now on.
  43.     * CyberGraphX support
  44.     * TODO stuff is still "to do"
  45.  
  46.   V0.6
  47.     * command line parsing is now done with ReadArgs()
  48.     * DITHER GRAY support added
  49.     * PUBSCREEN keyword lets you easily select "deep" screen to open
  50.       CyberGraphX window on.
  51.     * MODEID now works with all dithers. You can play MPEGs in HAM
  52.       even if your default screen doesn't support it.
  53.     * fix for streams with width not divisible by 16.
  54.     * framerate control added (useful on "too fast" Amigas).
  55.     * I/O buffer size can be changed from command line.
  56.     * AmigaGuide documentation.
  57.  
  58.   V0.7
  59.     * asynchronous I/O for faster/smoother playback from HD
  60.     * now aMiPEG works with OCS/ECS under Kick v40+, too.
  61.  
  62.   V0.8
  63.     * a long-standing bug in stream parser fixed. Should play more movies now.
  64.     * uses NewLook under Picasso96, too.
  65.     * pressing ESCAPE aborts playback.
  66.     * now uses (and requires) the shared version of asyncio library v39
  67.     * file remained locked after unsuccessful playback
  68.     * recompiled with SAS/C 6.58
  69.  
  70.   V1.0  MAJOR RELEASE (with guest appearance from Jussi T. Lindgren)
  71.     * system-streams (interleaved video and audio) supported. (JTL)
  72.     * YCrCb->RGB and scaling hardware of CV64/3D (and upcoming
  73.       CVPPC/BVPPC) supported. (MS)
  74.     * pattern matching and ASL file-requester (JTL)
  75.     * full screen playback (MS)
  76.  
  77.   V1.1   
  78.     * now also PicassoIV-PIP with YCrCb->RGB and scaling hardware is
  79.       supported, done by Tobias Seiler
  80.     * PIPE: works again
  81.     * LOOP mode with HAM8 display works correctly now
  82.     * minor modifications in stream parser, by Tobias Seiler
  83.     * some small fixes regarding scaling
  84.     * docs updated
  85.  
  86.  
  87. ============================= Archive contents =============================
  88.  
  89. Original  Packed Ratio    Date     Time    Name
  90. -------- ------- ----- --------- --------  -------------
  91.     1188     548 53.8% 27-Jan-98 19:47:38  aMiPEG_1.1.info
  92.     1188     551 53.6% 02-Dec-97 23:22:56 +src.info
  93.    13946    2147 84.6% 02-Dec-97 23:22:56 +analysis.h
  94.    10461    2462 76.4% 02-Dec-97 23:22:56 +chunky2planar.s
  95.     6856    2338 65.8% 20-Jan-98 21:25:20 +cybergfx.c
  96.    13562    2238 83.4% 02-Dec-97 23:22:54 +decoders.c
  97.    12894    2222 82.7% 02-Dec-97 23:22:54 +decoders.h
  98.     3846    1474 61.6% 02-Dec-97 23:22:54 +gray.c
  99.    12828    4597 64.1% 20-Jan-98 21:44:04 +ham8.c
  100.    17406    5196 70.1% 27-Jan-98 19:38:42 +main.c
  101.     4972    1123 77.4% 02-Dec-97 23:22:54 +motionvector.c
  102.     4726    1514 67.9% 02-Dec-97 23:22:54 +parseblock.c
  103.     5269    2132 59.5% 06-Dec-97 23:24:40 +pivpip.c
  104.     7994    1871 76.5% 06-Dec-97 22:18:42 +proto.h
  105.    19276    5250 72.7% 15-Jan-98 23:55:22 +readfile.c
  106.    12817    2485 80.6% 02-Dec-97 23:22:54 +s24bit.s
  107.    13258    3272 75.3% 02-Dec-97 23:22:54 +sjrevdct.s
  108.     1506     715 52.5% 27-Jan-98 19:44:48 +sMakefile
  109.     6142    2059 66.4% 02-Dec-97 23:22:54 +sutils.s
  110.    10097    2287 77.3% 02-Dec-97 23:22:54 +svid2.s
  111.    20688    3668 82.2% 02-Dec-97 23:22:54 +svideo.s
  112.     4416    1450 67.1% 02-Dec-97 23:22:54 +util.c
  113.     3532     687 80.5% 02-Dec-97 23:22:54 +util.h
  114.    60030   13039 78.2% 06-Dec-97 17:56:34 +video.c
  115.    10300    2786 72.9% 15-Jan-98 10:06:58 +video.h
  116. -------- ------- ----- --------- --------
  117.   279198   68111 75.6% 30-Jan-98 01:26:24   25 files
  118.